Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
schuchert
Home
Wiki Home
Recent Changes
Pages and Files
Members
My CV
C++ Training
New Stuff
FitNessse Tutorials
Experiential Learning
RubyNotes
EJB & JPA
Agile Courseware
Unpublished Articles
Tool Configuration
AOP
C# & OOP
Back to the Top
RPN Calculator Insert into Stack
Edit
0
7
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
As a user I want to be able to insert a new number after an existing number on the stack so that I can add something in I forgot.
UAT
[6, 4, 19, 6, 8] 3 <enter> 311 <insert> -> [6, 4, 311, 19, 6, 8]
[41] 1 <enter> 19 <insert> -> [19, 41]
[] 4 <enter> 19 <insert> --> []/error
<--Back
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
UAT
<--Back